fix: allow attendee to checkin for multiple days#7480
fix: allow attendee to checkin for multiple days#7480maze-runnar wants to merge 3 commits intofossasia:developmentfrom maze-runnar:multiple
Conversation
|
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/eventyay/open-event-frontend/GXKBpJH1ao29r57VL6shHbEXWsKf |
Codecov Report
@@ Coverage Diff @@
## development #7480 +/- ##
===============================================
- Coverage 20.22% 20.15% -0.08%
===============================================
Files 589 590 +1
Lines 6714 6749 +35
Branches 149 149
===============================================
+ Hits 1358 1360 +2
- Misses 5329 5362 +33
Partials 27 27
Continue to review full report at Codecov.
|
| .then(savedAttendee => { | ||
| const message = savedAttendee.isCheckedIn ? this.l10n.t('Attendee Checked-In Successfully') : this.l10n.t('Attendee Checked-Out Successfully'); | ||
| .then(() => { | ||
| const message = !isCheckedInCurrently ? this.l10n.t('Attendee Checked-In Successfully') : this.l10n.t('Attendee Checked-Out Successfully'); |
There was a problem hiding this comment.
I am not able to checkout. @maze-runnar Are you able to?
|
@maze-runnar Please recreate this |
Fixes https://github.com/fossasia/open-event-frontend/issues/2016
required fossasia/open-event-server#8056

Checklist
developmentbranch.